Cover TOC Chap Prev Chap Prev Fig Next Fig Next Chap

Chapter 4: Building Text Shapes

../ch04/04fig06b.gif
Figure 4.6b

Text in a bold serif font. Compare with Figure 4.6a

04fig06b.wrl
Click on the image to view the VRML scene.

#VRML V2.0 utf8
# The VRML 2.0 Sourcebook
# Copyright (c) 1997
# Andrea L. Ames, David R. Nadeau, and John L. Moreland
Shape {
    appearance Appearance {
        material Material { }
    }
    geometry Text {
        string "Qwerty"
        fontStyle FontStyle {
            family "SERIF"
            style  "BOLD"
        }
    }
}